home *** CD-ROM | disk | FTP | other *** search
/ Aminet 2 / Aminet AMIGA CDROM (1994)(Walnut Creek)[Feb 1994][W.O. 44790-1].iso / Aminet / dev / misc / hwgrcsp4.lha / rcsfnms.c.diff < prev    next >
Text File  |  1993-06-13  |  1KB  |  44 lines

  1. 40a41,45
  2. >  * Revision 5.8.2.2  1993/06/13  09:36:39  heinz
  3. >  * The Amiga specific file anem extensions were not really ok.
  4. >  * The Ada extension is now an assembler extension and the other
  5. >  * extensions are sorted alphabetically.
  6. >  *
  7. 158c163
  8. < libId(fnmsId, "$Id: rcsfnms.c,v 5.8.2.1 1993/04/14 19:11:32 heinz Exp $")
  9. ---
  10. > libId(fnmsId, "$Id: rcsfnms.c,v 5.8.2.2 1993/06/13 09:36:39 heinz Exp $")
  11. 199a205,208
  12. > #ifdef AMIGA
  13. >         /* This is more important than Ada files! */
  14. >         "a",   "* ",    /* assembler   */
  15. > #else
  16. 200a210
  17. > #endif
  18. 214a225,227
  19. > #ifdef AMIGA
  20. >         "fd",  "* ",    /* function description files  */
  21. > #endif
  22. 215a229,231
  23. > #ifdef AMIGA
  24. >         "guide",    "@REMARK ", /* AmigaGuide(R) */
  25. > #endif
  26. 218a235,237
  27. > #ifdef AMIGA
  28. >         "i",   "* ",    /* assembler include */
  29. > #endif
  30. 230,231d248
  31. <         "tex", "% ",    /* TeX         */
  32. <         "y",   " * ",   /* yacc        */
  33. 233,237c250
  34. <         "fd",  "* ",    /* function description files  */
  35. <         "a",   "* ",    /* assembler   */
  36. <         "asm", "* ",    /* assembler   */
  37. <         "i",   "* ",    /* assembler include */
  38. <         "guide",    "@REMARK ", /* AmigaGuide(R) */
  39. ---
  40. >         "ps",  "% ",    /* PostScript */
  41. 238a252,253
  42. >         "tex", "% ",    /* TeX         */
  43. >         "y",   " * ",   /* yacc        */
  44.